12. Adding an EditText for Text Input
ANDK L2 36 Edit Text HS-SC
Android Developer Documentation:
EditText
SOLUTION:
- EditText extends TextView.
- The Android system automatically validates input based on the inputType.
- Selecting the narrowest inputType helps users avoid errors.